HighContrast: Fix up stackswitcher
authorMatthias Clasen <mclasen@redhat.com>
Tue, 5 Jan 2016 03:08:53 +0000 (22:08 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 5 Jan 2016 03:08:53 +0000 (22:08 -0500)
Copy Some of the more recent additions from Adwaita.

gtk/theme/HighContrast/_common.scss
gtk/theme/HighContrast/gtk.css

index aacd667f8b50cf7ce240e2c28a953f0e33661dec..a7ed49ebc742a6409582a521ebd2cd58a43ec9f8 100644 (file)
@@ -2580,3 +2580,35 @@ cursor-handle {
   }
 }
 
+button.circular {
+  border-radius: 20px;
+  -gtk-outline-radius: 20px;
+}
+
+button.circular label {
+  padding: 0;
+}
+
+frame.keycap {
+  background-color: #fefefe;
+  border: 1px solid #cecece;
+  border-radius: 5px;
+  box-shadow: 0px 1px 0px #fff inset,
+              0px -2px 0px #dedede inset;
+  color: #555753;
+  padding: 3px 8px 3px 8px;
+}
+
+*:drop(active):focus,
+*:drop(active) {
+  border: 1px solid black;
+}
+
+stackswitcher button.text-button {
+  min-width: 100px;
+}
+
+stackswitcher button.circular {
+  min-width: 0px;
+}
+
index 692a9053b1ab790dafd5597bc84b638fe1781e53..0926472490ff201b56244c4ca42ce377dc3edb1f 100644 (file)
@@ -2949,3 +2949,28 @@ cursor-handle {
   .touch-selection .radio:backdrop:checked {
     -gtk-icon-shadow: none;
     color: #fff; }
+
+button.circular {
+  border-radius: 20px;
+  -gtk-outline-radius: 20px; }
+
+button.circular label {
+  padding: 0; }
+
+frame.keycap {
+  background-color: #fefefe;
+  border: 1px solid #cecece;
+  border-radius: 5px;
+  box-shadow: 0px 1px 0px #fff inset, 0px -2px 0px #dedede inset;
+  color: #555753;
+  padding: 3px 8px 3px 8px; }
+
+*:drop(active):focus,
+*:drop(active) {
+  border: 1px solid black; }
+
+stackswitcher button.text-button {
+  min-width: 100px; }
+
+stackswitcher button.circular {
+  min-width: 0px; }